Html Css Color HEX #006094 Cerulean

📋 copy color: '#006094'

red 0 ◦ green 96 ◦ blue 148

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

Shades of Cerulean #006094

Tints of Cerulean #006094

RGB

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

 GREEN value IS 96 (37.89% from 255) = 39.34%

 BLUE value IS 148 (58.2% from 255) = 60.66%

R = 0%
G = 39.34%
B = 60.66%

CMYK

 C value IS 1

 M value IS 0.35

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#006094 (or 0x006094) is known color: Cerulean. HEX triplet: 00, 60 and 94. RGB value is (0,96,148). Sum of RGB (Red+Green+Blue) = 0+96+148=244 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 244); Green value is 96 (37.89% from 255 or 39.34% from 244); Blue value is 148 (58.20% from 255 or 60.66% from 244); Max value from RGB is 148 - color contains mainly: blue. Hex color #006094 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006094 is #FF9F6B. Grayscale: #484848. Windows color (decimal): -16752492 or 9723904. OLE color: 9723904.

HSL color Cylindrical-coordinate representation of color #006094: hue angle of 201.08º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006094 is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 96 148 -
CMYK 1 0.35 0 0.42
HSL 201.08º 1% 0.29% -
HSV(B) 201.08º 1% 0.58% -
XYZ 9.53 10.5 29.54 -
YUV 73.22 170.2 75.77 -
System Red Green Blue C M Y K H S L
Decimal 0 96 148 1 0.35 0 0.42 201.08 1 0.29
Hex 0 60 94 64 23 0 2A C9 64 1D
Octal 0 140 224 144 43 0 52 311 144 35
Binary 0 1100000 10010100 1100100 100011 0 101010 11001001 1100100 11101

Color Harmonies of #006094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006094

Black with #006094

Text Example


Text Example

White with #006094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006094; }

 p { color: rgb(0,96,148); }

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

background-color css

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

 a { background-color: rgb(0,96,148); }

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

border-color css

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

 span { border-color: rgb(0,96,148); }

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