Html Css Color HEX #00659B Cerulean

📋 copy color: '#00659B'

red 0 ◦ green 101 ◦ blue 155

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

Shades of Cerulean #00659B

Tints of Cerulean #00659B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 39.45%

 BLUE value IS 155 (60.94% from 255) = 60.55%

R = 0%
G = 39.45%
B = 60.55%

CMYK

 C value IS 1

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#00659B (or 0x00659B) is known color: Cerulean. HEX triplet: 00, 65 and 9B. RGB value is (0,101,155). Sum of RGB (Red+Green+Blue) = 0+101+155=256 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 256); Green value is 101 (39.84% from 255 or 39.45% from 256); Blue value is 155 (60.94% from 255 or 60.55% from 256); Max value from RGB is 155 - color contains mainly: blue. Hex color #00659B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00659B is #FF9A64. Grayscale: #4C4C4C. Windows color (decimal): -16751205 or 10183936. OLE color: 10183936.

HSL color Cylindrical-coordinate representation of color #00659B: hue angle of 200.9º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00659B is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 0 101 155 -
CMYK 1 0.35 0 0.39
HSL 200.9º 1% 0.3% -
HSV(B) 200.9º 1% 0.61% -
XYZ 10.57 11.67 32.71 -
YUV 76.96 172.04 73.11 -
System Red Green Blue C M Y K H S L
Decimal 0 101 155 1 0.35 0 0.39 200.9 1 0.3
Hex 0 65 9B 64 23 0 27 C9 64 1E
Octal 0 145 233 144 43 0 47 311 144 36
Binary 0 1100101 10011011 1100100 100011 0 100111 11001001 1100100 11110

Color Harmonies of #00659B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00659B

Black with #00659B

Text Example


Text Example

White with #00659B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00659B; }

 p { color: rgb(0,101,155); }

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

background-color css

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

 a { background-color: rgb(0,101,155); }

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

border-color css

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

 span { border-color: rgb(0,101,155); }

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