Html Css Color HEX #0623CF Persian Blue

📋 copy color: '#0623CF'

red 6 ◦ green 35 ◦ blue 207

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

Shades of Persian Blue #0623CF

Tints of Persian Blue #0623CF

RGB

 RED value IS 6 (2.73% from 255) = 2.42%

 GREEN value IS 35 (14.06% from 255) = 14.11%

 BLUE value IS 207 (81.25% from 255) = 83.47%

R = 2.42%
G = 14.11%
B = 83.47%

CMYK

 C value IS 0.97

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0623CF (or 0x0623CF) is known color: Persian Blue. HEX triplet: 06, 23 and CF. RGB value is (6,35,207). Sum of RGB (Red+Green+Blue) = 6+35+207=248 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.42% from 248); Green value is 35 (14.06% from 255 or 14.11% from 248); Blue value is 207 (81.25% from 255 or 83.47% from 248); Max value from RGB is 207 - color contains mainly: blue. Hex color #0623CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0623CF is #F9DC30. Grayscale: #2D2D2D. Windows color (decimal): -16374833 or 13574918. OLE color: 13574918.

HSL color Cylindrical-coordinate representation of color #0623CF: hue angle of 231.34º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0623CF is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 6 35 207 -
CMYK 0.97 0.83 0 0.19
HSL 231.34º 0.94% 0.42% -
HSV(B) 231.34º 0.97% 0.81% -
XYZ 11.94 5.75 59.51 -
YUV 45.94 218.89 99.51 -
System Red Green Blue C M Y K H S L
Decimal 6 35 207 0.97 0.83 0 0.19 231.34 0.94 0.42
Hex 6 23 CF 61 53 0 13 E7 5E 2A
Octal 6 43 317 141 123 0 23 347 136 52
Binary 110 100011 11001111 1100001 1010011 0 10011 11100111 1011110 101010

Color Harmonies of #0623CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0623CF

Black with #0623CF

Text Example


Text Example

White with #0623CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0623CF; }

 p { color: rgb(6,35,207); }

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

background-color css

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

 a { background-color: rgb(6,35,207); }

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

border-color css

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

 span { border-color: rgb(6,35,207); }

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