Html Css Color HEX #006397 Cerulean

📋 copy color: '#006397'

red 0 ◦ green 99 ◦ blue 151

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

Shades of Cerulean #006397

Tints of Cerulean #006397

RGB

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

 GREEN value IS 99 (39.06% from 255) = 39.6%

 BLUE value IS 151 (59.38% from 255) = 60.4%

R = 0%
G = 39.6%
B = 60.4%

CMYK

 C value IS 1

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#006397 (or 0x006397) is known color: Cerulean. HEX triplet: 00, 63 and 97. RGB value is (0,99,151). Sum of RGB (Red+Green+Blue) = 0+99+151=250 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 250); Green value is 99 (39.06% from 255 or 39.6% from 250); Blue value is 151 (59.38% from 255 or 60.4% from 250); Max value from RGB is 151 - color contains mainly: blue. Hex color #006397 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006397 is #FF9C68. Grayscale: #4B4B4B. Windows color (decimal): -16751721 or 9921280. OLE color: 9921280.

HSL color Cylindrical-coordinate representation of color #006397: hue angle of 200.66º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006397 is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 0 99 151 -
CMYK 1 0.34 0 0.41
HSL 200.66º 1% 0.3% -
HSV(B) 200.66º 1% 0.59% -
XYZ 10.05 11.16 30.9 -
YUV 75.33 170.7 74.27 -
System Red Green Blue C M Y K H S L
Decimal 0 99 151 1 0.34 0 0.41 200.66 1 0.3
Hex 0 63 97 64 22 0 29 C9 64 1E
Octal 0 143 227 144 42 0 51 311 144 36
Binary 0 1100011 10010111 1100100 100010 0 101001 11001001 1100100 11110

Color Harmonies of #006397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006397

Black with #006397

Text Example


Text Example

White with #006397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006397; }

 p { color: rgb(0,99,151); }

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

background-color css

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

 a { background-color: rgb(0,99,151); }

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

border-color css

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

 span { border-color: rgb(0,99,151); }

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