Html Css Color HEX #067BAF Cerulean

📋 copy color: '#067BAF'

red 6 ◦ green 123 ◦ blue 175

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

Shades of Cerulean #067BAF

Tints of Cerulean #067BAF

RGB

 RED value IS 6 (2.73% from 255) = 1.97%

 GREEN value IS 123 (48.44% from 255) = 40.46%

 BLUE value IS 175 (68.75% from 255) = 57.57%

R = 1.97%
G = 40.46%
B = 57.57%

CMYK

 C value IS 0.97

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#067BAF (or 0x067BAF) is known color: Cerulean. HEX triplet: 06, 7B and AF. RGB value is (6,123,175). Sum of RGB (Red+Green+Blue) = 6+123+175=304 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.97% from 304); Green value is 123 (48.44% from 255 or 40.46% from 304); Blue value is 175 (68.75% from 255 or 57.57% from 304); Max value from RGB is 175 - color contains mainly: blue. Hex color #067BAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067BAF is #F98450. Grayscale: #5D5D5D. Windows color (decimal): -16352337 or 11500294. OLE color: 11500294.

HSL color Cylindrical-coordinate representation of color #067BAF: hue angle of 198.46º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #067BAF is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 6 123 175 -
CMYK 0.97 0.30 0 0.31
HSL 198.46º 0.93% 0.35% -
HSV(B) 198.46º 0.97% 0.69% -
XYZ 14.9 17.3 43.11 -
YUV 93.95 173.74 65.27 -
System Red Green Blue C M Y K H S L
Decimal 6 123 175 0.97 0.30 0 0.31 198.46 0.93 0.35
Hex 6 7B AF 61 1E 0 1F C6 5D 23
Octal 6 173 257 141 36 0 37 306 135 43
Binary 110 1111011 10101111 1100001 11110 0 11111 11000110 1011101 100011

Color Harmonies of #067BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067BAF

Black with #067BAF

Text Example


Text Example

White with #067BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067BAF; }

 p { color: rgb(6,123,175); }

 H1.HeaderClassName
 {
   color: #067BAF;
 }
 .AnyTagClassName
 {
   color: #067BAF;
 }
</style>

background-color css

<style>
 a { background-color: #067BAF; }

 a { background-color: rgb(6,123,175); }

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

border-color css

<style>
 span { border-color: #067BAF; }

 span { border-color: rgb(6,123,175); }

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