Html Css Color HEX #067DBE Cerulean

📋 copy color: '#067DBE'

red 6 ◦ green 125 ◦ blue 190

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

Shades of Cerulean #067DBE

Tints of Cerulean #067DBE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 38.94%

 BLUE value IS 190 (74.61% from 255) = 59.19%

R = 1.87%
G = 38.94%
B = 59.19%

CMYK

 C value IS 0.97

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#067DBE (or 0x067DBE) is known color: Cerulean. HEX triplet: 06, 7D and BE. RGB value is (6,125,190). Sum of RGB (Red+Green+Blue) = 6+125+190=321 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.87% from 321); Green value is 125 (49.22% from 255 or 38.94% from 321); Blue value is 190 (74.61% from 255 or 59.19% from 321); Max value from RGB is 190 - color contains mainly: blue. Hex color #067DBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067DBE is #F98241. Grayscale: #606060. Windows color (decimal): -16351810 or 12483846. OLE color: 12483846.

HSL color Cylindrical-coordinate representation of color #067DBE: hue angle of 201.2º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #067DBE is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 6 125 190 -
CMYK 0.97 0.34 0 0.25
HSL 201.2º 0.94% 0.38% -
HSV(B) 201.2º 0.97% 0.75% -
XYZ 16.7 18.42 51.39 -
YUV 96.83 180.58 63.21 -
System Red Green Blue C M Y K H S L
Decimal 6 125 190 0.97 0.34 0 0.25 201.2 0.94 0.38
Hex 6 7D BE 61 22 0 19 C9 5E 26
Octal 6 175 276 141 42 0 31 311 136 46
Binary 110 1111101 10111110 1100001 100010 0 11001 11001001 1011110 100110

Color Harmonies of #067DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067DBE

Black with #067DBE

Text Example


Text Example

White with #067DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,125,190); }

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

background-color css

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

 a { background-color: rgb(6,125,190); }

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

border-color css

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

 span { border-color: rgb(6,125,190); }

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