Html Css Color HEX #00658E Cerulean

📋 copy color: '#00658E'

red 0 ◦ green 101 ◦ blue 142

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

Shades of Cerulean #00658E

Tints of Cerulean #00658E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 58.44%

R = 0%
G = 41.56%
B = 58.44%

CMYK

 C value IS 1

 M value IS 0.29

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#00658E (or 0x00658E) is known color: Cerulean. HEX triplet: 00, 65 and 8E. RGB value is (0,101,142). Sum of RGB (Red+Green+Blue) = 0+101+142=243 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 243); Green value is 101 (39.84% from 255 or 41.56% from 243); Blue value is 142 (55.86% from 255 or 58.44% from 243); Max value from RGB is 142 - color contains mainly: blue. Hex color #00658E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00658E is #FF9A71. Grayscale: #4B4B4B. Windows color (decimal): -16751218 or 9331968. OLE color: 9331968.

HSL color Cylindrical-coordinate representation of color #00658E: hue angle of 197.32º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00658E is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 0 101 142 -
CMYK 1 0.29 0 0.44
HSL 197.32º 1% 0.28% -
HSV(B) 197.32º 1% 0.56% -
XYZ 9.54 11.26 27.26 -
YUV 75.48 165.54 74.17 -
System Red Green Blue C M Y K H S L
Decimal 0 101 142 1 0.29 0 0.44 197.32 1 0.28
Hex 0 65 8E 64 1D 0 2C C5 64 1C
Octal 0 145 216 144 35 0 54 305 144 34
Binary 0 1100101 10001110 1100100 11101 0 101100 11000101 1100100 11100

Color Harmonies of #00658E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00658E

Black with #00658E

Text Example


Text Example

White with #00658E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00658E; }

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

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

background-color css

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

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

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

border-color css

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

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

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