Html Css Color HEX #035193 Dark Cerulean

📋 copy color: '#035193'

red 3 ◦ green 81 ◦ blue 147

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

Shades of Dark Cerulean #035193

Tints of Dark Cerulean #035193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 63.64%

R = 1.3%
G = 35.06%
B = 63.64%

CMYK

 C value IS 0.98

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#035193 (or 0x035193) is known color: Dark Cerulean. HEX triplet: 03, 51 and 93. RGB value is (3,81,147). Sum of RGB (Red+Green+Blue) = 3+81+147=231 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 231); Green value is 81 (32.03% from 255 or 35.06% from 231); Blue value is 147 (57.81% from 255 or 63.64% from 231); Max value from RGB is 147 - color contains mainly: blue. Hex color #035193 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035193 is #FCAE6C. Grayscale: #404040. Windows color (decimal): -16559725 or 9654531. OLE color: 9654531.

HSL color Cylindrical-coordinate representation of color #035193: hue angle of 207.5º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035193 is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 3 81 147 -
CMYK 0.98 0.45 0 0.42
HSL 207.5º 0.96% 0.29% -
HSV(B) 207.5º 0.98% 0.58% -
XYZ 8.25 8.01 28.72 -
YUV 65.2 174.16 83.63 -
System Red Green Blue C M Y K H S L
Decimal 3 81 147 0.98 0.45 0 0.42 207.5 0.96 0.29
Hex 3 51 93 62 2D 0 2A D0 60 1D
Octal 3 121 223 142 55 0 52 320 140 35
Binary 11 1010001 10010011 1100010 101101 0 101010 11010000 1100000 11101

Color Harmonies of #035193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035193

Black with #035193

Text Example


Text Example

White with #035193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035193; }

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

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

background-color css

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

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

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

border-color css

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

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

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