Html Css Color HEX #0584AF Cerulean

📋 copy color: '#0584AF'

red 5 ◦ green 132 ◦ blue 175

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

Shades of Cerulean #0584AF

Tints of Cerulean #0584AF

RGB

 RED value IS 5 (2.34% from 255) = 1.6%

 GREEN value IS 132 (51.95% from 255) = 42.31%

 BLUE value IS 175 (68.75% from 255) = 56.09%

R = 1.6%
G = 42.31%
B = 56.09%

CMYK

 C value IS 0.97

 M value IS 0.25

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0584AF (or 0x0584AF) is known color: Cerulean. HEX triplet: 05, 84 and AF. RGB value is (5,132,175). Sum of RGB (Red+Green+Blue) = 5+132+175=312 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.60% from 312); Green value is 132 (51.95% from 255 or 42.31% from 312); Blue value is 175 (68.75% from 255 or 56.09% from 312); Max value from RGB is 175 - color contains mainly: blue. Hex color #0584AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0584AF is #FA7B50. Grayscale: #626262. Windows color (decimal): -16415569 or 11502597. OLE color: 11502597.

HSL color Cylindrical-coordinate representation of color #0584AF: hue angle of 195.18º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0584AF is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 5 132 175 -
CMYK 0.97 0.25 0 0.31
HSL 195.18º 0.94% 0.35% -
HSV(B) 195.18º 0.97% 0.69% -
XYZ 16.05 19.63 43.5 -
YUV 98.93 170.92 61 -
System Red Green Blue C M Y K H S L
Decimal 5 132 175 0.97 0.25 0 0.31 195.18 0.94 0.35
Hex 5 84 AF 61 19 0 1F C3 5E 23
Octal 5 204 257 141 31 0 37 303 136 43
Binary 101 10000100 10101111 1100001 11001 0 11111 11000011 1011110 100011

Color Harmonies of #0584AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0584AF

Black with #0584AF

Text Example


Text Example

White with #0584AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0584AF; }

 p { color: rgb(5,132,175); }

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

background-color css

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

 a { background-color: rgb(5,132,175); }

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

border-color css

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

 span { border-color: rgb(5,132,175); }

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