Html Css Color HEX #0461A5 Cerulean

📋 copy color: '#0461A5'

red 4 ◦ green 97 ◦ blue 165

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

Shades of Cerulean #0461A5

Tints of Cerulean #0461A5

RGB

 RED value IS 4 (1.95% from 255) = 1.5%

 GREEN value IS 97 (38.28% from 255) = 36.47%

 BLUE value IS 165 (64.84% from 255) = 62.03%

R = 1.5%
G = 36.47%
B = 62.03%

CMYK

 C value IS 0.98

 M value IS 0.41

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#0461A5 (or 0x0461A5) is known color: Cerulean. HEX triplet: 04, 61 and A5. RGB value is (4,97,165). Sum of RGB (Red+Green+Blue) = 4+97+165=266 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 165 (64.84% from 255 or 62.03% from 266); Max value from RGB is 165 - color contains mainly: blue. Hex color #0461A5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0461A5 is #FB9E5A. Grayscale: #4C4C4C. Windows color (decimal): -16490075 or 10838276. OLE color: 10838276.

HSL color Cylindrical-coordinate representation of color #0461A5: hue angle of 205.34º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0461A5 is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 4 97 165 -
CMYK 0.98 0.41 0 0.35
HSL 205.34º 0.95% 0.33% -
HSV(B) 205.34º 0.98% 0.65% -
XYZ 11.12 11.29 37.19 -
YUV 76.95 177.69 75.97 -
System Red Green Blue C M Y K H S L
Decimal 4 97 165 0.98 0.41 0 0.35 205.34 0.95 0.33
Hex 4 61 A5 62 29 0 23 CD 5F 21
Octal 4 141 245 142 51 0 43 315 137 41
Binary 100 1100001 10100101 1100010 101001 0 100011 11001101 1011111 100001

Color Harmonies of #0461A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0461A5

Black with #0461A5

Text Example


Text Example

White with #0461A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0461A5; }

 p { color: rgb(4,97,165); }

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

background-color css

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

 a { background-color: rgb(4,97,165); }

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

border-color css

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

 span { border-color: rgb(4,97,165); }

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