Html Css Color HEX #006994 Cerulean

📋 copy color: '#006994'

red 0 ◦ green 105 ◦ blue 148

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

Shades of Cerulean #006994

Tints of Cerulean #006994

RGB

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

 GREEN value IS 105 (41.41% from 255) = 41.5%

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

R = 0%
G = 41.5%
B = 58.5%

CMYK

 C value IS 1

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#006994 (or 0x006994) is known color: Cerulean. HEX triplet: 00, 69 and 94. RGB value is (0,105,148). Sum of RGB (Red+Green+Blue) = 0+105+148=253 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 253); Green value is 105 (41.41% from 255 or 41.50% from 253); Blue value is 148 (58.20% from 255 or 58.50% from 253); Max value from RGB is 148 - color contains mainly: blue. Hex color #006994 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006994 is #FF966B. Grayscale: #4E4E4E. Windows color (decimal): -16750188 or 9726208. OLE color: 9726208.

HSL color Cylindrical-coordinate representation of color #006994: hue angle of 197.43º 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 #006994 is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 105 148 -
CMYK 1 0.29 0 0.42
HSL 197.43º 1% 0.29% -
HSV(B) 197.43º 1% 0.58% -
XYZ 10.4 12.24 29.83 -
YUV 78.51 167.21 72 -
System Red Green Blue C M Y K H S L
Decimal 0 105 148 1 0.29 0 0.42 197.43 1 0.29
Hex 0 69 94 64 1D 0 2A C5 64 1D
Octal 0 151 224 144 35 0 52 305 144 35
Binary 0 1101001 10010100 1100100 11101 0 101010 11000101 1100100 11101

Color Harmonies of #006994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006994

Black with #006994

Text Example


Text Example

White with #006994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006994; }

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

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

background-color css

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

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

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

border-color css

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

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

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