Html Css Color HEX #023B7B Dark Cerulean

📋 copy color: '#023B7B'

red 2 ◦ green 59 ◦ blue 123

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

Shades of Dark Cerulean #023B7B

Tints of Dark Cerulean #023B7B

RGB

 RED value IS 2 (1.17% from 255) = 1.09%

 GREEN value IS 59 (23.44% from 255) = 32.07%

 BLUE value IS 123 (48.44% from 255) = 66.85%

R = 1.09%
G = 32.07%
B = 66.85%

CMYK

 C value IS 0.98

 M value IS 0.52

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#023B7B (or 0x023B7B) is known color: Dark Cerulean. HEX triplet: 02, 3B and 7B. RGB value is (2,59,123). Sum of RGB (Red+Green+Blue) = 2+59+123=184 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 184); Green value is 59 (23.44% from 255 or 32.07% from 184); Blue value is 123 (48.44% from 255 or 66.85% from 184); Max value from RGB is 123 - color contains mainly: blue. Hex color #023B7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023B7B is #FDC484. Grayscale: #303030. Windows color (decimal): -16630917 or 8076034. OLE color: 8076034.

HSL color Cylindrical-coordinate representation of color #023B7B: hue angle of 211.74º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023B7B is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 2 59 123 -
CMYK 0.98 0.52 0 0.52
HSL 211.74º 0.97% 0.25% -
HSV(B) 211.74º 0.98% 0.48% -
XYZ 5.16 4.57 19.35 -
YUV 49.25 169.62 94.3 -
System Red Green Blue C M Y K H S L
Decimal 2 59 123 0.98 0.52 0 0.52 211.74 0.97 0.25
Hex 2 3B 7B 62 34 0 34 D4 61 19
Octal 2 73 173 142 64 0 64 324 141 31
Binary 10 111011 1111011 1100010 110100 0 110100 11010100 1100001 11001

Color Harmonies of #023B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023B7B

Black with #023B7B

Text Example


Text Example

White with #023B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023B7B; }

 p { color: rgb(2,59,123); }

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

background-color css

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

 a { background-color: rgb(2,59,123); }

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

border-color css

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

 span { border-color: rgb(2,59,123); }

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