Html Css Color HEX #00236E Sapphire

📋 copy color: '#00236E'

red 0 ◦ green 35 ◦ blue 110

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

Shades of Sapphire #00236E

Tints of Sapphire #00236E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 24.14%

 BLUE value IS 110 (43.36% from 255) = 75.86%

R = 0%
G = 24.14%
B = 75.86%

CMYK

 C value IS 1

 M value IS 0.68

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#00236E (or 0x00236E) is known color: Sapphire. HEX triplet: 00, 23 and 6E. RGB value is (0,35,110). Sum of RGB (Red+Green+Blue) = 0+35+110=145 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 145); Green value is 35 (14.06% from 255 or 24.14% from 145); Blue value is 110 (43.36% from 255 or 75.86% from 145); Max value from RGB is 110 - color contains mainly: blue. Hex color #00236E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00236E is #FFDC91. Grayscale: #202020. Windows color (decimal): -16768146 or 7217920. OLE color: 7217920.

HSL color Cylindrical-coordinate representation of color #00236E: hue angle of 220.91º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00236E is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 0 35 110 -
CMYK 1 0.68 0 0.57
HSL 220.91º 1% 0.22% -
HSV(B) 220.91º 1% 0.43% -
XYZ 3.42 2.33 15.02 -
YUV 33.09 171.4 104.4 -
System Red Green Blue C M Y K H S L
Decimal 0 35 110 1 0.68 0 0.57 220.91 1 0.22
Hex 0 23 6E 64 44 0 39 DD 64 16
Octal 0 43 156 144 104 0 71 335 144 26
Binary 0 100011 1101110 1100100 1000100 0 111001 11011101 1100100 10110

Color Harmonies of #00236E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00236E

Black with #00236E

Text Example


Text Example

White with #00236E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,35,110); }

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

background-color css

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

 a { background-color: rgb(0,35,110); }

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

border-color css

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

 span { border-color: rgb(0,35,110); }

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