Html Css Color HEX #035183 Dark Cerulean

📋 copy color: '#035183'

red 3 ◦ green 81 ◦ blue 131

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

Shades of Dark Cerulean #035183

Tints of Dark Cerulean #035183

RGB

 RED value IS 3 (1.56% from 255) = 1.4%

 GREEN value IS 81 (32.03% from 255) = 37.67%

 BLUE value IS 131 (51.56% from 255) = 60.93%

R = 1.4%
G = 37.67%
B = 60.93%

CMYK

 C value IS 0.98

 M value IS 0.38

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#035183 (or 0x035183) is known color: Dark Cerulean. HEX triplet: 03, 51 and 83. RGB value is (3,81,131). Sum of RGB (Red+Green+Blue) = 3+81+131=215 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 215); Green value is 81 (32.03% from 255 or 37.67% from 215); Blue value is 131 (51.56% from 255 or 60.93% from 215); Max value from RGB is 131 - color contains mainly: blue. Hex color #035183 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035183 is #FCAE7C. Grayscale: #3F3F3F. Windows color (decimal): -16559741 or 8605955. OLE color: 8605955.

HSL color Cylindrical-coordinate representation of color #035183: hue angle of 203.44º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035183 is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 3 81 131 -
CMYK 0.98 0.38 0 0.49
HSL 203.44º 0.96% 0.26% -
HSV(B) 203.44º 0.98% 0.51% -
XYZ 7.08 7.54 22.56 -
YUV 63.38 166.16 84.93 -
System Red Green Blue C M Y K H S L
Decimal 3 81 131 0.98 0.38 0 0.49 203.44 0.96 0.26
Hex 3 51 83 62 26 0 31 CB 60 1A
Octal 3 121 203 142 46 0 61 313 140 32
Binary 11 1010001 10000011 1100010 100110 0 110001 11001011 1100000 11010

Color Harmonies of #035183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035183

Black with #035183

Text Example


Text Example

White with #035183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035183; }

 p { color: rgb(3,81,131); }

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

background-color css

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

 a { background-color: rgb(3,81,131); }

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

border-color css

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

 span { border-color: rgb(3,81,131); }

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