Html Css Color HEX #006FB3 Cerulean

📋 copy color: '#006FB3'

red 0 ◦ green 111 ◦ blue 179

#006FB3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #006FB3

Tints of Cerulean #006FB3

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 111 (43.75% from 255) = 38.28%

 BLUE value IS 179 (70.31% from 255) = 61.72%

R = 0%
G = 38.28%
B = 61.72%

CMYK

 C value IS 1

 M value IS 0.38

 Y value IS 0

 K value IS 0.30

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#006FB3 (or 0x006FB3) is known color: Cerulean. HEX triplet: 00, 6F and B3. RGB value is (0,111,179). Sum of RGB (Red+Green+Blue) = 0+111+179=290 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 290); Green value is 111 (43.75% from 255 or 38.28% from 290); Blue value is 179 (70.31% from 255 or 61.72% from 290); Max value from RGB is 179 - color contains mainly: blue. Hex color #006FB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006FB3 is #FF904C. Grayscale: #555555. Windows color (decimal): -16748621 or 11759360. OLE color: 11759360.

HSL color Cylindrical-coordinate representation of color #006FB3: hue angle of 202.79º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006FB3 is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 0 111 179 -
CMYK 1 0.38 0 0.30
HSL 202.79º 1% 0.35% -
HSV(B) 202.79º 1% 0.7% -
XYZ 13.82 14.62 44.74 -
YUV 85.56 180.73 66.97 -
System Red Green Blue C M Y K H S L
Decimal 0 111 179 1 0.38 0 0.30 202.79 1 0.35
Hex 0 6F B3 64 26 0 1E CB 64 23
Octal 0 157 263 144 46 0 36 313 144 43
Binary 0 1101111 10110011 1100100 100110 0 11110 11001011 1100100 100011

Color Harmonies of #006FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006FB3

Black with #006FB3

Text Example


Text Example

White with #006FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006FB3; }

 p { color: rgb(0,111,179); }

 H1.HeaderClassName
 {
   color: #006FB3;
 }
 .AnyTagClassName
 {
   color: #006FB3;
 }
</style>

background-color css

<style>
 a { background-color: #006FB3; }

 a { background-color: rgb(0,111,179); }

 div.DivClassName
 {
   background-color: #006FB3;
 }
 .BgClassName
 {
   background-color: #006FB3;
 }
</style>

border-color css

<style>
 span { border-color: #006FB3; }

 span { border-color: rgb(0,111,179); }

 td.TdClassName
 {
   border-color: #006FB3;
 }
 .TagClassName
 {
   border-color: #006FB3;
 }
</style>