Html Css Color HEX #0375BA Cerulean

📋 copy color: '#0375BA'

red 3 ◦ green 117 ◦ blue 186

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

Shades of Cerulean #0375BA

Tints of Cerulean #0375BA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.24%

 BLUE value IS 186 (73.05% from 255) = 60.78%

R = 0.98%
G = 38.24%
B = 60.78%

CMYK

 C value IS 0.98

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0375BA (or 0x0375BA) is known color: Cerulean. HEX triplet: 03, 75 and BA. RGB value is (3,117,186). Sum of RGB (Red+Green+Blue) = 3+117+186=306 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 186 (73.05% from 255 or 60.78% from 306); Max value from RGB is 186 - color contains mainly: blue. Hex color #0375BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0375BA is #FC8A45. Grayscale: #5A5A5A. Windows color (decimal): -16550470 or 12219651. OLE color: 12219651.

HSL color Cylindrical-coordinate representation of color #0375BA: hue angle of 202.62º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0375BA is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 3 117 186 -
CMYK 0.98 0.37 0 0.27
HSL 202.62º 0.97% 0.37% -
HSV(B) 202.62º 0.98% 0.73% -
XYZ 15.26 16.29 48.79 -
YUV 90.78 181.73 65.39 -
System Red Green Blue C M Y K H S L
Decimal 3 117 186 0.98 0.37 0 0.27 202.62 0.97 0.37
Hex 3 75 BA 62 25 0 1B CB 61 25
Octal 3 165 272 142 45 0 33 313 141 45
Binary 11 1110101 10111010 1100010 100101 0 11011 11001011 1100001 100101

Color Harmonies of #0375BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0375BA

Black with #0375BA

Text Example


Text Example

White with #0375BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0375BA; }

 p { color: rgb(3,117,186); }

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

background-color css

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

 a { background-color: rgb(3,117,186); }

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

border-color css

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

 span { border-color: rgb(3,117,186); }

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